home *** CD-ROM | disk | FTP | other *** search
- // Checker.dat
- //
- // For CLOE v1.0
- // Copyright (c) 1992 Pierre.E Gougelet
- //
- // Different methods to make checker
- //
-
- #COLOUR White {1.0 1.0 1.0}
- #COLOUR Red {1.0 0.0 0.0}
- #COLOUR Green {0.0 1.0 0.0}
- #COLOUR Blue {0.0 0.0 1.0}
- #COLOUR Yellow {1.0 1.0 0.0}
- #COLOUR Cyan {0.0 1.0 1.0}
- #COLOUR Magenta {1.0 0.0 1.0}
- #COLOUR Black {0.0 0.0 0.0}
-
- #scene
- width 100
- height 100
- location {0 0 -200}
- lookat {0 0 0}
- up {0 1 0}
- angle 20
- #end
-
- #light
- PONCTUELLE
- location {-100 -500 -1000}
- colour White
- #end
-
- #light
- PONCTUELLE
- location {5 5 -1000}
- colour White
- #end
-
- #object
- #sphere
- center {-40 -30 0}
- radius 30
- #end
- #surface
- colour Blue
- ambient 0.15
- diffuse 0.4
- specular 0.6
- shine 20
- #texture
- CHECKER
- scale {10 1000000 15}
- rotate {90 0 0}
- colour Yellow
- colour Blue
- #end
- #end
- #end
-
- #texture Texture1
- MARBLE
- turbulence 1.0
- scale {3 3 3}
- cmap 0.0 {0.8 0.8 0.6} 0.8 {0.8 0.4 0.4}
- cmap 0.8 {0.8 0.4 0.4} 1.001 {0.8 0.2 0.2}
- #end
-
- #texture Texture2
- BOZO
- turbulence 0.3
- scale {3 3 3}
- rotate {-90 45 0}
- cmap 0.0 White 0.4 White
- cmap 0.4 Green 0.6 Green
- cmap 0.6 Blue 0.8 Blue
- cmap 0.8 Red 1.001 Red
- #end
-
- #object
- #sphere
- center {40 -30 0}
- radius 30
- #end
- #surface
- colour White
- ambient 0.15
- diffuse 0.4
- specular 0.6
- shine 20
- #texture
- CHECKER
- scale {10 100000 15}
- rotate {90 0 0}
- Texture1
- Texture2
- #end
- #end
- #end
-
- #object
- #sphere
- center {0 -5 -60}
- radius 25
- #end
- #surface
- colour White
- ambient 0.15
- diffuse 0.4
- specular 0.6
- shine 20
- colour Red
- #pattern
- scale {15 15}
- spherical_mapping
- #rectangle
- size {0 0 .5 .5}
- #surface
- ambient 0.15
- diffuse 0.4
- specular 0.6
- shine 20
- refraction 1.0
- ior 1.0
- #end
- #end
- #rectangle
- size {.5 .5 1. 1.}
- #surface
- ambient 0.15
- diffuse 0.4
- specular 0.6
- shine 20
- refraction 1.0
- ior 1.0
- #end
- #end
- #end
- #end
- #end
-